WRM Trigger API
API Resources
The WRM Trigger API includes the following resources available to Work Suppliers to act as the Work Requestor.
For details on receiving notifications see Work Request Manager API.
Name / Description | Verb HTTP method | Resource |
---|---|---|
Get API version / Test connectivity | GET | GET /version |
Create a new task | POST | POST /trigger/CreateTask |
Cancel an existing task | POST | POST /trigger/CancelTask |
Put a task on hold | POST | POST /trigger/PutOnHoldTask |
Resume a task placed on hold | POST | POST /trigger/ResumeTask |
Update the assets of a task | POST | POST /trigger/UpdateTaskAssets |
Update additional information for a task | POST | POST /trigger/UpdateTaskAdditionalInfos |
Update the source of a task | POST | POST /trigger/UpdateTaskSource |
Update the supplmentary references of a task | POST | POST /trigger/UpdateTaskSupplementaryReferencesEvent |
Add an activity | POST | POST /trigger/AddTaskActivity |
Request cancellation of an activity | POST | POST /trigger/RequestCancelTaskActivity |
Reschedule an activity | POST | POST /trigger/UpdateTaskActivityScheduleByWorkRequestor |
Update the site for an activity | POST | POST /trigger/UpdateTaskActivitySite |
Update the site contacts for an activity | POST | POST /trigger/UpdateTaskActivitySiteContacts |